Click or drag to resize

ServiceCreateItem Method (IListItem, FolderId)

Creates multiple items.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<ItemInfoResponse> CreateItem(
	IList<Item> items,
	FolderId parentFolderId
)

Parameters

items
Type: System.Collections.GenericIListItem
The items to create.
parentFolderId
Type: Independentsoft.ExchangeFolderId
The ID of the folder in which to place the newly created items.

Return Value

Type: IListItemInfoResponse
A collection of creation results for each of the specified items.
See Also